home *** CD-ROM | disk | FTP | other *** search
- -- card: 25062 from stack: in
- -- bmap block id: 27451
- -- flags: 4000
- -- background id: 2604
- -- name: VINES
- ----- HyperTalk script -----
- on openCard
- global inventory
- global pocketbook
- put inventory into background field "ShowMe"
- put pocketbook into background field "CountMe"
- end openCard
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=148 top=194 right=307 bottom=303
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: DOWN/TO/PROM
- ----- HyperTalk script -----
- on mouseUp
- global stress
- subtract 1 from stress
- if stress = 0 then
- put "The vine gives way and you plunge to your death." into Msg
- wait 3 seconds
- doMenu "Message"
- visual effect dissolve slow
- go to card "INTRO/1"
- else
- go to card id 9459
- end if
- end mouseUp
-
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=149 top=70 right=181 bottom=303
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: UP/TO/ATRIUM
- ----- HyperTalk script -----
- on mouseUp
- global stress
- subtract 1 from stress
- if stress = 0 then
- put "The vine gives way and you plunge to your death." into Msg
- wait 3 seconds
- doMenu "Message"
- visual effect dissolve slow
- go to card "INTRO/1"
- else
- go to card id 4015
- end if
- end mouseUp
-
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=19 top=70 right=308 bottom=108
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: FIND/KEY
- ----- HyperTalk script -----
- on mouseUp
- global inventory
- if "key" is in inventory then
- put "The vines are empty." into Msg
- wait 3 seconds
- doMenu "Message"
- else
- put "You find a small key." into Msg
- wait 3 seconds
- doMenu "Message"
- put ", key" after inventory
- put inventory into background field "ShowMe"
- end if
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=390 top=33 right=45 bottom=402
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: TRAPDOOR
- ----- HyperTalk script -----
- on mouseUp
- go to card "WIN"
- end mouseUp
-
-
-
- -- part contents for background part 6
- ----- text -----
- You are carrying: empty multicorder
-
- -- part contents for background part 8
- ----- text -----
- 0